projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa25a38
)
; * lisp/startup.el (command-line-1): Fix last change.
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 10 Jul 2022 08:43:45 +0000
(11:43 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 10 Jul 2022 08:43:45 +0000
(11:43 +0300)
lisp/startup.el
patch
|
blob
|
history
diff --git
a/lisp/startup.el
b/lisp/startup.el
index 45b99eb8931a1316a3bbd14606a3e7844d27c705..6c5549e2c64aca703624d89afb0b502ebc6e918e 100644
(file)
--- a/
lisp/startup.el
+++ b/
lisp/startup.el
@@
-2798,7
+2798,8
@@
nil default-directory" name)
;; `nondisplayed-buffers-p' is true if there exist buffers
;; in `displayable-buffers' that were not displayed to the
;; user.
- (nondisplayed-buffers-p nil))
+ (nondisplayed-buffers-p nil)
+ (old-face-font-rescale-alist face-font-rescale-alist))
(when (> displayable-buffers-len 0)
(switch-to-buffer (car displayable-buffers)))
(cond